home *** CD-ROM | disk | FTP | other *** search
- /*==================================================================
- File: Win32ZStringExtractTool.cpp
-
- Contains: Tool for creating override libraries for
- ZStrings on the Windows
-
- Written by: Nalini Prakash
-
- Copyright: 2000-2001 Connectix Corporation
-
- This source has been placed into the public domain by
- Connectix Corporation. You have the right to modify,
- distribute or use this code without any legal limitations
- or finanicial/licensing requirements. Connectix is not
- liable for any problems that result from the use of this
- code.
-
- If you have comments, feedback, questions, or would like
- to submit bug fixes or updates to this code, please email
- opensource@connectix.com.
- ==================================================================*/
-
- #if !defined(AFX_WIN32ZSTRINGOVERRIDETOOL_H__867DDAEE_21B8_4B65_8C00_CC3C76EC5433__INCLUDED_)
- #define AFX_WIN32ZSTRINGOVERRIDETOOL_H__867DDAEE_21B8_4B65_8C00_CC3C76EC5433__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
-
- class Win32ZStringOverrideTool
- {
- public:
- Win32ZStringOverrideTool();
-
- virtual
- ~Win32ZStringOverrideTool();
-
- bool
- CreateOverrideDictionary(
- CString inSrcFile,
- CString inDestFile,
- ZToolOptions inOptions);
-
- private:
- static char * sNewBinaryTitle;
- static char * sReportFileTitle;
- };
-
- #endif // !defined(AFX_WIN32ZSTRINGOVERRIDETOOL_H__867DDAEE_21B8_4B65_8C00_CC3C76EC5433__INCLUDED_)
-
-
-